home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / CLIPP52 / TCBLLIB2.ZIP / READ.ME < prev    next >
Text File  |  1993-11-07  |  3KB  |  76 lines

  1. To run this demo please launch DEMO.BAT in a CLIPPER 5.2 environnement.
  2.  
  3. By agreement with CA, we are supplying the sources of the original DBU program,
  4. updated and improved for Light Lib Graphics.
  5.  
  6. ┌───────────────────────────────────────────────────────────────────────┐
  7. │Notes : Light Lib Graphics is compatible with CLIPPER 5.01a and 5.2x,  │
  8. │        but some instructions of version 5.2 of DBU (CREATE ... ALIAS, │
  9. │        ISCHAR(), "common.ch" ...)  and LLIBGTOO.PRG will make it      │
  10. │        necessary to compile with CLIPPER 5.2x.                        │
  11. └───────────────────────────────────────────────────────────────────────┘
  12.  
  13. Type RMAKE DBU from the DOS command-line to build the whole set of .PRG
  14. demonstration programs.
  15.  
  16. This command uses RTLINK as default. If you wish to use BLINKER, enter the
  17. following command-line :
  18.  
  19.   RMAKE DBU /dBLINKER
  20.  
  21. To optimise BLINKER execution speed, delete the # in line :
  22.  
  23. #Blinker incremental off.
  24.  
  25. To use EXOSPACE, begin to test a classical link with RTLINK or BLINKER
  26. the enter EXOSPACE @DBU after you have deleted # sign in lines :
  27.  
  28. #ExoSpace PACKAGE MOUSE       # Exospace mouse support
  29. #Module GMODE From LLIBG      # Must be here
  30. #Lib EXOSPACE                 # Exospace library
  31.  
  32. When compilation is completed, type DBU if you want to run DBU in text mode.
  33.  
  34. Re-run DBU /G to set graphic mode.
  35.  
  36. Select a DBF file by pressing ENTER.
  37.  
  38. Press F5/View will launch a browse in graphic mode. You will no doubt
  39. appreciate the speed of LLIB's graphic functions.
  40.  
  41. F5 Graphic allows you to evaluate the extensive possibilities offered by
  42. Light Lib Graphics: the "Change" icon gives you GETS in graphic mode
  43. with mouse support; with the "No" icon, you get a 3D alert box, also
  44. supporting the mouse; the "View" icon displays values as a plot,
  45. simple or 3D histogram, a pie-slice and much more.
  46.  
  47. F6/Samples shows you how to use the mouse with MENU TO, GETS, TBROWSE, ALERT,
  48. ..., using functions available in the two files LLIBGTOO.PRG and LLIBGTOO.CH.
  49.  
  50.  
  51. If you want to go find out more about programming with LLIB, just search for
  52. the keyword -LLIBG- in the different DBU*.PRG files. You will appreciate how
  53. little you have to work to obtain good-looking applications. The DBU*.PRG
  54. have not been modified much. By studying them, you will see that a very
  55. little work is needed to complete an application with all the advantages of
  56. graphic mode.
  57.  
  58.  
  59. The files TbDemo.Prg, GetSys.Prg, gSamples.Prg, gPaint.Prg and all other gXxxx
  60. files are examples which exhaustively demonstrate how to call the functions
  61. of Light Lib Graphics. They use all the tools available in the files
  62. LLIBGTOO.PRG and LLIBGTOO.CH.
  63.  
  64.  
  65. LLIBGTOO.PRG give you a good idea about what you should be able to do using
  66. Light Lib Graphics. Do not hesitate to include LLIBGTOO.CH in your applications
  67. and to link with LLIBGTOO.OBJ. The source code is here as an exemple, feel free
  68. to enhanced or modify it for your convenience.
  69.  
  70.  
  71.  
  72. Please read the NG section "USING THE LIBRARY" to get started.
  73.  
  74. We wish you the best developments with Light Lib Graphics.
  75.  
  76.